<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* -------------------------common start-----------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, blockquote, h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
    padding: 0px;
}

html button::-moz-focus-inner {
    border-color: transparent !important;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

ul, li, dl, dt, dd, ol {
    display: block;
    list-style: none;
}

fieldset, img {
    border: 0;
}

iframe {
    background-image: none;
}

.clear {
    clear: both;
    height: 0px;
}

.clear-fix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

img {
    border: 0px;
}

body {
    font-family: "微软雅黑";
    color: #333333;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    font-size: 12px;
    background: #ffffff;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    color: #0078c1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.none {
    display: none;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

.blod {
    font-weight: bold;
}

html {
    -webkit-text-size-adjust: none;
    font-size: 12px;
}

em {
    font-style: normal;
}

i, em {
    font-style: normal;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}




/* ---------------------------------------------------common end--------------------------------------------------*/

/*top_header*/
.top_header {
    background: #0078c1;
    height: 40px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 14px;
    overflow: hidden;
}

.top_notice {
    color: #fff;
    float: left;
    width: 600px;
}

.top_notice span {
    line-height: 40px;
    vertical-align: top;
    font-weight: bold;
    padding-left: 30px;
    background: url(../images/notice_bg.jpg) left 1px no-repeat;
}

/*
.top_notice marquee{
    line-height: 40px;width:300px;
}
.top_notice marquee a{
    color: #fff;
}
*/
.top_notice a {
    color: #fff;
    line-height: 40px;
}

.top_search {
    width: 288px;
    float: right;
    margin-top: 4px;
}

.s_c{
    width: 243px;
    height: 30px;
    float: left;
    border:1px solid #aed4eb;
    position: relative;
    z-index: 10;
    background-color: #0078c1;
}
.search_text{
    width: 160px;
    height: 30px;
    line-height: 30px;
    text-indent: 6px;
    background-color: #0078c1;
    color:#fff;outline: none;
    float: left;
    border:0;
}
.search_submit:hover{
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.select{
    float:left;
    width:72px;
    border:0;
    background: #0078c1!important;
    margin-top: 4px;outline: none;
}
select{
    font-family: "微软雅黑";border:0;color: #fff;background: #0078c1!important;outline: none;
}

.top_search input[type="submit"] {
    width: 43px;
    height: 32px;
    border: 0;
    float: left;
    background: #3b3b3b url(../images/so_but.jpg) 9px 5px no-repeat;
    outline: none;
    cursor: pointer;
}

/*header*/
.header {
    height: auto;
	padding:18px 0px;
 }

.header .logo {
     width: 553px;
    float: left;
    margin-top: 8px;
}


.header .logo{ float:left; position:relative; margin-bottom:5px;}
.header .logo dl{ overflow:hidden;}
.header .logo dt{ float:left;}
.header .logo dt img{ display:block;}
.header .logo dd{margin-left: 95px;padding-left:15px;border-left:1px solid #ececec;margin-top: 7px;}
.header .logo dt h1{width: 92px;height:63px;text-indent: -999em;}
.header .logo dt h1 a{width: 92px;height:63px;display: block;}
.header .logo dd h2{font-size:25px;color:#3b3b3b;margin-bottom: 5px;}
.header .logo dd p{font-size:15px;color:#3b3b3b;font-weight: inherit;}




.header .logo img {
    display: block;
}

.header .tel {
    height: 50px;
    width: 162px;
    float: right;
    margin-top: 10px;
    color: #979797;
    overflow: hidden;
    padding: 5px 0 0 60px;
    background: url("../images/tel_icon.jpg") left 3px no-repeat;
}

.header .tel span {
    display: block;
    font-family: Impact;
    color: #0078c1;
    font-size: 24px;
}

/*nav*/
.nav {
    height: 56px;
    border-top: 1px solid #dedede;
    border-bottom: 3px solid #0078c1;
}

.nav li.first {
    width: 80px;
}

.nav li {
    width: 114px;
    float: left;
    height: 57px;
    border-right: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    position: relative;
    margin-top: -1px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    line-height: 56px;
    transition: all 0.5s ease;
}

.nav li a {
    color: #333333;
    transition: all 0.5s ease;
}

.nav li span {
    text-transform: uppercase;
    line-height: 14px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    display: none;
    transition: all 0.5s ease;
}

.nav li:hover a {
    color: #fff;
}

.nav li:hover {
    background: #0078c1;
    line-height: 25px;
    transition: background 0.5s ease;
    border-top: 0;
}

.nav li:hover span {
    color: #fff;
    display: block;
    text-align: center;
    padding-top: 12px;
}

.nav li .subnav {
    display: none;
    width: 320px;
    padding: 15px 15px 10px 10px;
    position: absolute;
    top: 57px;
    left: 0;
    z-index: 999;
    background: rgba(0, 140, 23, 0.8);
}

.nav li .subnav a {
    display: block;
    width: 50%;
    float: left;
    color: #fff;
    line-height: 32px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav li .subnav a:hover {
    margin-left: 4%;
    width: 46%;
    color: #f6ff00;
}

.nav li.nav_on a {
    color: #fff;
}

.nav li.nav_on {
    background: #0078c1;
    line-height: 25px;
    transition: all 0.5s ease;
    border-top: 0;
}

.nav li.nav_on span {
    color: #fff;
    display: block;
    text-align: center;
    height: 12px;
    padding-top: 12px;
}

/*index_focus*/
.index_focus {
    position: relative;
    width: 100%;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
}

.index_focus .bd li {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}

.index_focus_post {
    z-index: 10;
}

.index_focus .pic {
    height: 500px;
    display: block;
    text-align: center;
}

.index_focus .pic:hover {
    text-decoration: none;
}

.index_focus .slide_nav {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.index_focus .slide_nav a {
    cursor: pointer;
    margin: 0 5px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0078c1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.index_focus .slide_nav li:hover, .index_focus .slide_nav .on {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #0078c1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.index_focus_pre, .index_focus_next {
    position: absolute;
    top: 50%;
    margin-top: -36px;
    width: 38px;
    height: 80px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 10;
}

.index_focus_pre {
    left: 20%;
    background-position: 0 0;
    background: url(../images/jt1.png) no-repeat;
}

.index_focus_pre:hover {
    left: 20%;
    background-position: 0 0;
    background: url(../images/jt1.png) no-repeat;
}

.index_focus_next {
    right: 20%;
    background-position: 0 0;
    background: url(../images/jt2.png) no-repeat;
}

.index_focus_next:hover {
    right: 20%;
    background-position: 0 0;
    background: url(../images/jt2.png) no-repeat;
}

/*menu*/
.menu {
    height: 144px;
}

.menu a {
    display: inline-block;
    width: 169px;
    height: 74px;
    position: relative;
    padding-left: 90px;
    border-right: 1px solid #d7d7d7;
    margin: 35px 35px;
    font-size: 24px;
    line-height: 24px;
}

.menu a:hover {
    color: #0078c1;
}

.menu a p {
    padding-top: 12px;
}

.menu a span {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
}

.menu a .front {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.menu a .back2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.menu a:hover .back2 {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    z-index: 2;
}

.menu a:hover .front {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    z-index: 1;
}

.front, .back2 {
    backface-visibility: hidden;
    transition: 0.6s ease-out;
    -webkit-transition: .6s ease-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
}

.back2 {
    z-index: 1;
    transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
}

/*index_product*/
.index_product {
    background: #f7f7f7;
    padding-top: 44px;
    padding-bottom: 42px;
}

.p_left{
    width: 225px;
    float: left;
    position: relative;
    height: 543px;
    background: #0078c1;
}

.product_class_list {
    width: 100%;
    background: #0078c1;
    padding-bottom: 25px;
}

.product_class_list h3 {
    height: 52px;
    background: #3b3b3b;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    line-height: 52px;
    border-bottom: 1px solid #fff;
}

.product_class_list h3 span {
    color: #fff;
    font-size: 14px;
    margin-left: 5px;
    vertical-align: top;
}

.product_class_list ul {
    margin-top: 10px;
}

.product_class_list li {
    border-bottom: 1px solid #aed4eb;
    line-height: 45px;
    padding: 0 13px;
}

.product_class_list li a {
    color: #fff;
    font-size: 14px;
}

.product_class_list li a:hover {
    color: #fffadb;
}

.product_class_list li span {
    float: right;
}

.product_class_list .product_more {
	margin-top:5px;
    border-top: 2px solid #aed4eb;
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 32px;
    background: #f7f7f7;
    line-height: 32px;
    padding: 0 5%;
    border-bottom: 4px solid #aed4eb;
    font-size: 14px;
}

.product_class_list .product_more a {
    color: #0078c1;
}

.product_class_list .subnav2{
    margin-left: 15px;margin-bottom: 10px;display: none;
}
.product_class_list .subnav2 a{
    display: block;line-height: 35px;color: #f6ff00;
}
.product_list {
    width: 736px;
    float: right;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

.product_list li {
    border-left: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
    width: 220px;
    height: 246px;
    float: left;
    background: #f0f0f0;
    padding: 12px;
}

.product_list li img {
    padding: 4px;
    border: 1px solid #cfcfcf;
    background: #fff;
    width: 210px;
    height: 156px;
}

.product_list li h4 {
    font-size: 14px;
    color: #484849;
    line-height: 35px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product_list li p {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.product_list li:hover {
    background: #fff;
    border-bottom: 4px solid #0078c1;
    height: 242px;
}

/*index_title*/
.index_title {
    height: 32px;
    overflow: hidden;
    margin-bottom: 20px;
}

.index_title a {
    display: block;
    float: right;
    color: #0078c1;
    font-size: 30px;
    font-weight: bold;
    border: 2px solid #0078c1;
    width: 28px;
    height: 28px;
    line-height: 24px;
    text-align: center;
}

.index_title h3 {
    font-size: 24px;
    color: #0078c1;
    display: inline-block;
    line-height: 32px;
}

.index_title span {
    font-size: 14px;
    color: #484849;
    line-height: 38px;
    vertical-align: top;
    margin-left: 5px;
}

/*news_about*/
.news_about {
    padding-top: 35px;
}

.index_news {
    width: 485px;
    float: left;
    height: 310px;
}

.index_about {
    width: 485px;
    float: right;
}

.newsListDl {
    width: 486px;
    border-bottom: 1px solid #d2d2d2;
    background: #f7f7f7;
}

.newsListDl dt {
    width: 486px;
    height: 48px;
}

.newsListDl dt span {
    float: left;
    width: 62px;
    height: 48px;
    color: #d5e8e0;
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    background: #0078c1;
}

.newsListDl dt .titleAA {
    float: left;
    width: 384px;
    height: 46px;
    padding-left: 22px;
    padding-right: 16px;
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 46px;
    font-weight: bold;
}

.newsListDl dd {
    display: none;
    width: 384px;
    height: 86px;
    padding-top: 12px;
    padding-right: 16px;
    padding-left: 86px;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    background: #f0f0f0;
    overflow: hidden;
}

.index_about {
    float: right;
    height: 310px;
}

.index_about .about_intr {
    height: 137px;
    background: url(../images/cp_19.jpg) left top no-repeat;
    position: relative;
}

.index_about .about_intr h4 {
    position: absolute;
    right: 0;
    top: 25px;
    border: 2px solid #0078c1;
    width: 308px;
    height: 75px;
}

.index_about .about_intr h4 span {
    display: block;
    font-size: 16px;
    color: #0078c1;
    position: relative;
    background: #fff;
    margin-left: -25px;
    z-index: 3;
    margin-top: 15px;
}

.index_about .about_intr h4 span em {
    font-size: 12px;
    color: #999999;
    font-weight: normal;
}

.index_about p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    margin-top: 13px;
}

/*index_bases*/
.index_bases {
    padding-top: 30px;
}

.bases_img {
    position: relative;
    background: #f7f7f7;
    border: 2px solid #0078c1;
    padding: 28px 82px;
    height: 180px;
    overflow: hidden;
}

.bases_img .P_L span, .bases_img .P_R span {
    display: block;
    font-size: 14px;
    color: #0078c1;
}

.bases_img .P_L, .bases_img .P_R img {
    display: inline-block;
}

.bases_img .P_L, .bases_img .P_R {
    width: 45px;
    text-align: center;
    position: absolute;
    top: 95px;
    z-index: 99;
}

.bases_img .P_L {
    left: 30px;
}

.bases_img .P_R {
    right: 30px;
}

.bases_img ul {
    float: left;
    overflow: hidden;
    width: 836px;
}

.bases_img li {
    float: left;
    width: 188px;
    margin: 0 10px;
}

.bases_img li a span {
    color: #333333;
}

.bases_img li a:hover span {
    color: #0078c1;
}

.bases_img li a:hover img {
    border: 1px solid #0078c1;
}

.bases_img li img {
    display: block;
    padding: 3px;
    border: 1px solid #c5c5c5;
}

.bases_img li .ellipsis {
    display: block;
    line-height: 45px;
    width: 100%;
    font-size: 14px;
    color: #333333;
    text-align: center;
}

.picBox {
    position: absolute;
    top: 35px;
    left: 85px;
    width: 836px;
    overflow: hidden;
    height: 180px;
}

.picListBd2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 180px;
    margin: 0 auto;
    overflow: hidden;
    width: 836px;
}

.picListBd {
    width: 836px;
    height: 180px;
}

/*map_contact*/
.map_contact {
    padding: 40px 0;
}

.index_map {
    width: 484px;
    height: 270px;
    float: left;
    border: 1px solid #d3d3d3;
    padding: 3px;
}

.index_contact {
    width: 484px;
    float: right;
    height: 270px;
}

.contact_con {
    width: 474px;
    height: 254px;
    padding-top: 16px;
    border-top: 2px solid #dddddd;
    padding-left: 10px;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    background: url(../images/world_bg.jpg) center no-repeat;
}

.telNum {
    width: 464px;
    height: 46px;
    margin-bottom: 12px;
}

.telNum .telNumB {
    float: left;
    display: block;
    width: 69px;
    height: 46px;
    border-right: 1px solid #e3e3e3;
    background: url(../images/tel_icon_but.png) 4px center no-repeat;
}

.telNum .telNumA {
    float: left;
    display: block;
    width: 372px;
    height: 46px;
    padding-left: 22px;
    color: #979797;
    font-size: 24px;
    line-height: 46px;
    font-family: impact;
}

.contact_con dl {
    width: 486px;
    display: block;
    clear: both;
}

.contact_con dl dt, .contactnr dl dd {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}

.contact_con dl dt {
    float: left;
    width: 50px;
    padding-left: 40px;
}

.contact_con dl dd {
    float: left;
    width: 396px;
    line-height: 30px;
}

/* footer*/
.footer {
    width: 100%;
    background: #484849;
}

.linkBox {
    width: 100%;
    height: auto !important;
    height: 52px;
    min-height: 52px;
    border-top: 1px solid #cfcfcf;
    background: #fff;
}

.link {
    position: relative;
    width: 1000px;
    height: auto !important;
    height: 52px;
    min-height: 52px;
    margin: 0px auto;
    text-align: center;
}

.linkTitle {
    display: inline-block;
    width: 84px;
    height: 52px;
    color: #3B3B3B;
    font-size: 14px;
    line-height: 52px;
    font-weight: bold;
}

.link_list {
    width: 1000px;
    height: auto !important;
    height: 52px;
    min-height: 52px;
    margin: 0 auto;
}

.link_list a {
    display: inline-block;
    padding-right: 20px;
    color: #565656;
    font-size: 12px;
    line-height: 52px;
}

.link_list a:hover {
    color: #3B3B3B;
}

/*btnavlist*/
.btnavlist {
    position: relative;
    width: 1000px;
    height: 46px;
    margin: 0 auto;
    padding-top: 10px;
    color: #565656;
    text-align: center;
}

.btnavlist a {
    display: inline-block;
    color: #bababa;
    font-size: 14px;
    line-height: 46px;
    padding-left: 20px;
    padding-right: 20px;
}

.btnavlist a:hover {
    color: #fff;
}

/*share*/
.footOne {
    width: 1000px;
    height: 60px;
    padding-top: 15px;
    margin: 0 auto;
}

.share {
    float: right;
    width: 200px;
    height: 60px;
    padding-right: 280px;
}

.share li {
    position: relative;
    float: left;
    width: 150px;
    height: 40px;
}

.share .list {
    width: 102px;
    height: 40px;
    line-height: 40px;
    padding-left: 48px;
    display: block;
    color: #bababa;
    font-size: 14px;
}

.share .qq2 {
    background: url(../images/share_bg.jpg) left top no-repeat;
}

.share a.list:hover {
    color: #fff;
}

.shareList {
    position: absolute;
    left: 30px;
    top: 35px;
    z-index: 99;
    display: none;
    width: 200px;
}

.shareList a {
    display: inline;
}

/*site*/
.site {
    float: left;
    width: 155px;
    height: 40px;
    padding-left: 45px;
    margin-left: 310px;
    color: #bababa;
    font-size: 14px;
    background: url(../images/xml_bg.jpg) left top no-repeat;
}

.site a {
    color: #bababa;
    line-height: 40px;
}

.site a:hover {
    color: #fff
}

/*copy*/
.copyrightnr {
    width: 1000px;
    margin: 0 auto;
    color: #bababa;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    font-family: "microsoft yahei";
}

.copyrightnr a {
    color: #bababa
}

.copyrightnr a:hover {
    color: #ffffff
}

/* side_nav */
.side_nav {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9999;
    width: 60px;
}

.side_nav ul li {
    position: relative;
    width: 60px;
    height: 60px;
    float: right;
    margin-bottom: 1px;
}

.side_nav ul li a {
    display: inline-block;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
}

.current_side_n {
    width: 140px !important;
}

.current_side_n a {
    width: 140px !important;
}

.side_nav ul li span {
    width: 164px;
    height: 164px;
    float: left;
    color: #000;
    line-height: 60px;
    font-size: 16px;
    margin-left: 60px;
    cursor: pointer;
}

.side_nav_3 a {
    width: 60px;
}

.side_nav_3 a span {
    position: absolute;
    right: 61px;
    bottom: 0;
    margin-left: 0 !important;
    display: none;
}

.tel a {
    background: #fff url(../images/0013920_47.png) no-repeat 15px 15px;
    border: 1px solid #e6e6e6;
}

.QQ a {
    background: #fff url(../images/0013920_47.png) no-repeat 15px -96px;
    border: 1px solid #e6e6e6;
}

.sub_QR a {
    background: #fff url(../images/0013920_47.png) no-repeat 15px -207px;
    border: 1px solid #e6e6e6;
}

.back_top a {
    background: #fff url(../images/0013920_47.png) no-repeat 15px -317px;
    border: 1px solid #e6e6e6;
}

/*-------------------------------------------index end-------------------------------------------------*/
/* main */
.main_c{
    width: 100%;
}
.main{
    width: 1100px;
    margin:28px auto;
    overflow: hidden;
}
.sp_left{
    width:240px;
    float: left;
}
.contact_in{

}
.contact_in h3{
    border-bottom: 3px solid #0078c1;line-height: 50px;font-size: 24px;font-weight: normal;
    color: #0078c1;margin-top: 10px;
}
.contact_in dl{
    border:3px solid #e3e3e3;margin: 10px auto 5px auto;padding: 10px;
}
.contact_in dt{
    float: left;border-right: 1px solid #e3e3e3;width: 65px;text-align: center;
}
.contact_in dt img{
    display: inline-block;
}
.contact_in dd{
    float: left;padding-left: 10px;font-size: 14px;color: #979797;line-height: 16px;
}
.contact_in dd span{
    font-size:9px;color: #979797;text-transform: uppercase;line-height: 10px;font-family: Arial;
}
.contact_in p{
    font-size: 28px;font-family: Impact;color: #0078c1;border-bottom: 1px solid #cfcfcf;line-height: 50px;
}
.contact_in li{
    font-size: 14px;line-height: 32px;border-bottom: 1px solid #cfcfcf;padding-left: 32px;
    color: #666666;
}
.contact_in li.lx1{background:url(../images/mobile.png) 5px 9px no-repeat;}
.contact_in li.lx2{background:url(../images/tel2.png) 5px 9px no-repeat;}
.contact_in li.lx3{background:url(../images/mail.png) 3px 9px no-repeat;}
.contact_in li.lx4{background:url(../images/address.png) 5px 9px no-repeat;}

#contentRight{float:right;width:840px;height:auto;overflow:hidden}
.content_com_title{
    position: relative;
    height: 45px;
    margin-bottom: 15px;
    border-bottom: 2px solid #d0d0d0;
}
.content_com_title h2{
    display: inline-block;
    padding: 0  6px 6px 6px;
    position: absolute;
    left: 0;
    top: 10px;
    border-bottom: 2px solid #0078c1;
    font-size: 22px;
    font-weight: normal;
    color:#333333;
    text-align: left;
}
.bread{
    color:#666666;float: right;line-height: 45px;
}
.bread a{
    display: inline-block;
    color:#666666;
}
.content{
    min-height: 652px;
     _height:expression(this.scrollHeight &lt; 652 ? "652px" : "auto");
 }



.content p{
	
    font-size: 14px;
    line-height: 30px;
    color: rgb(85, 85, 85);
	}



















































































































































































































































































































































































</pre></body></html>